RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / C1HtmlElement Constructor / C1HtmlElement Constructor(String,IEnumerable<KeyValuePair<String,String>>)
The tag name of this C1HtmlElement.
The attributes of this C1HtmlElement.

In This Topic
    C1HtmlElement Constructor(String,IEnumerable<KeyValuePair<String,String>>)
    In This Topic
    Creates a new instance of C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal attributes As IEnumerable(Of KeyValuePair(Of String,String)) _
    )

    Parameters

    name
    The tag name of this C1HtmlElement.
    attributes
    The attributes of this C1HtmlElement.
    See Also